XML Einrichten Version 1.2
OPT Complex Type
XML Einrichten Version 1.2 : OPT Complex Type
Beschreibung
Segment für Varianteninformationen zu einer Position
Namensraum (none)
Diagramm
NumericValue Element TextValue Element CustomerName Element CustomerNumber Element Name Element Number Element GTIN Element Sequence OptionID Element Sequence Option Element CustomerName Element CustomerNumber Element Name Element Number Element GTIN Element Sequence FeatureID Element ParentFeatureLineNumber Element FeatureLineNumber Element Sequence OPT Complex Type
Overview
OPT
Segment für Varianteninformationen zu einer Position
Sequence
FeatureLineNumber Restriction of xs:int
Fortlaufende nummereriung der Feature innerhalb einer Position
ParentFeatureLineNumber optional Restriction of xs:decimal
Referenz auf ein übergeordnetes Feature
FeatureID ProductIdentifier Complex Type
Identifktaionen zu einem Feature
Sequence
GTIN optional Restriction of xs:decimal
= EAN Code
Number optional Restriction of xs:string
Hersteller Nummer
Name optional Restriction of xs:string
Name
CustomerNumber optional Restriction of xs:string
Nummer beim Kunden
CustomerName optional Restriction of xs:string
Name beim Kunden
Option Option Complex Type
Beschreibung der Option zu einem Feature
Sequence
Sequence
GTIN optional Restriction of xs:decimal
= EAN Code
Number optional Restriction of xs:string
Hersteller Nummer
Name optional Restriction of xs:string
Name
CustomerNumber optional Restriction of xs:string
Nummer beim Kunden
CustomerName optional Restriction of xs:string
Name beim Kunden
TextValue optional
Unit optional Unit Simple Type
Verwendet von
OPT Element
OPT Element
OPT Element
OPT Element
OPT Element
OPT Element
OPT Element
Quelle
<xs:complexType name="OPT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Varianteninformationen zu einer Position </xs:documentation>
    <xs:documentation xml:lang="en">Segment for information about features and options for a single position </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FeatureLineNumber" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Fortlaufende nummereriung der Feature innerhalb einer Position </xs:documentation>
        <xs:documentation xml:lang="en">Sequential number of the feature within a line  </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:totalDigits value="6" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ParentFeatureLineNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Referenz auf ein übergeordnetes Feature </xs:documentation>
        <xs:documentation xml:lang="en">reference to a superior feature </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:totalDigits value="6" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="FeatureID" type="ProductIdentifier" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Identifktaionen zu einem Feature </xs:documentation>
        <xs:documentation xml:lang="en">identification elements for a feature </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Option" type="Option" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Beschreibung der Option zu einem Feature </xs:documentation>
        <xs:documentation xml:lang="en">Description of the option according to the feature </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.2